home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / gcc / gcc263_src.lha / gcc-2.6.3 / config / sparc / bsd.h next >
Encoding:
C/C++ Source or Header  |  1993-09-28  |  199 b   |  8 lines

  1. #include "sparc/sparc.h"
  2.  
  3. #undef LIB_SPEC
  4. #define LIB_SPEC    "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
  5.  
  6. #undef STARTFILE_SPEC
  7. #define STARTFILE_SPEC    "%{pg:gcrt0.o%s}%{!pg:%{p:gcrt0.o%s}%{!p:crt0.o%s}}"
  8.